home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1994 November
/
macformat-018.iso
/
Utility Spectacular
/
Developer
/
macgzip_022-src
/
macos
/
Posix
/
ThinkCPosix Sources
/
chmod.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-26
|
172 b
|
16 lines
|
[
TEXT/MPS
]
/* $Id: $ */
/*
* For the moment this function does nothing,
* and reports success!
*/
#include "ThinkCPosix.h"
int chmod(char *path, mode_t mode)
{
return 0;
}